Skip to content

fix: Send display_name when creating a sandbox environment template. - #7013

Merged
copybara-service[bot] merged 1 commit into
mainfrom
copybara_952240948
Jul 27, 2026
Merged

fix: Send display_name when creating a sandbox environment template.#7013
copybara-service[bot] merged 1 commit into
mainfrom
copybara_952240948

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

fix: Send display_name when creating a sandbox environment template.

The display_name parameter of the sandbox template create method was routed
with _parent.*, but it is a top-level request parameter with no parent object,
so it was silently dropped from the request body (never sent to the backend).
Route it to the request body (*) so display_name is correctly included.

@copybara-service
copybara-service Bot requested a review from a team as a code owner July 22, 2026 18:48
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: vertex-ai Issues related to the googleapis/python-aiplatform API. labels Jul 22, 2026
@copybara-service
copybara-service Bot force-pushed the copybara_952240948 branch 6 times, most recently from aae2c0a to b87105c Compare July 27, 2026 21:55
@product-auto-label product-auto-label Bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Jul 27, 2026
The `display_name` parameter of the sandbox template create method was routed
with `_parent.*`, but it is a top-level request parameter with no parent object,
so it was silently dropped from the request body (never sent to the backend).
Route it to the request body (`*`) so `display_name` is correctly included.

PiperOrigin-RevId: 954860747
@copybara-service
copybara-service Bot force-pushed the copybara_952240948 branch from b87105c to 243ca19 Compare July 27, 2026 22:33
@copybara-service
copybara-service Bot merged commit 243ca19 into main Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: vertex-ai Issues related to the googleapis/python-aiplatform API. google-contributor size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant